negativeRange

@ExperimentalSince(version = KotoolsTypesVersion.V4_4_0)
val NonZeroInt.Companion.negativeRange: NotEmptyRange<StrictlyNegativeInt>

The negative range of values a NonZeroInt can have.

Here's an example of calling this property from Kotlin code:

println(NonZeroInt.negativeRange) // [-2147483648;-1]

Please note that this property is not available yet for Java users.